home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Codemasters Artwork Disc ECTS 2000 ( UK)
/
Codemasters - Artwork Disc ECTS 2000 (UK).bin
/
pc
/
xtras
/
medial~1
/
setfx~1.dir
/
General Member Settings_23_Vertical Location Keyboard.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-12-01
|
262 b
|
14 lines
on keyDown
global fxCurObj
if objectp(fxCurObj) then
keyBoardInputDown(the ieVerticalLocation of fxCurObj, the key)
end if
end
on keyUp
global fxCurObj
if objectp(fxCurObj) then
keyBoardInputUp(the ieVerticalLocation of fxCurObj)
end if
end